GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-04-04T13:34:45.4029662+00:00",
"SubmitDate": "2026-04-04T13:34:45.4029662+00:00",
"ReportPeriodStart": "2026-04-04T13:34:45.4029662+00:00",
"ReportPeriodEnd": "2026-04-04T13:34:45.4029662+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "8051ae70-691e-41b2-8c78-b3dd74fa2aea",
"Rows": [
{
"ItemId": "8b86b3b0-9b04-451b-ad74-d4b6be3d8aae",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "8b86b3b0-9b04-451b-ad74-d4b6be3d8aae",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "8051ae70-691e-41b2-8c78-b3dd74fa2aea",
"Rows": [
{
"ItemId": "8b86b3b0-9b04-451b-ad74-d4b6be3d8aae",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "8b86b3b0-9b04-451b-ad74-d4b6be3d8aae",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"636745d6-575d-4c9a-bb99-bd13671be058",
"290071ec-5f6b-47a8-a8e1-02644faba392"
],
"Approvers": [
"d0d5c931-9411-44c3-bf66-91cc3c0018f0",
"8958877b-a3b6-4431-a657-a6572af649dd"
],
"ApprovedBy": "1fd854ca-746d-4dae-a512-5519eba1ba1f",
"ApprovalDate": "2026-04-04T13:34:45.4029662+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "2f9688b8-2b75-4fcd-9acc-77e1dff386e3",
"id": "67b7359b-b5d4-4c7f-b792-8b2981e02001",
"ConfigId": "c88e474d-3e97-4e0c-b26f-b000b8919fa9"
},
{
"GenerationDate": "2026-04-04T13:34:45.4029662+00:00",
"SubmitDate": "2026-04-04T13:34:45.4029662+00:00",
"ReportPeriodStart": "2026-04-04T13:34:45.4029662+00:00",
"ReportPeriodEnd": "2026-04-04T13:34:45.4029662+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "8051ae70-691e-41b2-8c78-b3dd74fa2aea",
"Rows": [
{
"ItemId": "8b86b3b0-9b04-451b-ad74-d4b6be3d8aae",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "8b86b3b0-9b04-451b-ad74-d4b6be3d8aae",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "8051ae70-691e-41b2-8c78-b3dd74fa2aea",
"Rows": [
{
"ItemId": "8b86b3b0-9b04-451b-ad74-d4b6be3d8aae",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "8b86b3b0-9b04-451b-ad74-d4b6be3d8aae",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"636745d6-575d-4c9a-bb99-bd13671be058",
"290071ec-5f6b-47a8-a8e1-02644faba392"
],
"Approvers": [
"d0d5c931-9411-44c3-bf66-91cc3c0018f0",
"8958877b-a3b6-4431-a657-a6572af649dd"
],
"ApprovedBy": "1fd854ca-746d-4dae-a512-5519eba1ba1f",
"ApprovalDate": "2026-04-04T13:34:45.4029662+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "2f9688b8-2b75-4fcd-9acc-77e1dff386e3",
"id": "67b7359b-b5d4-4c7f-b792-8b2981e02001",
"ConfigId": "c88e474d-3e97-4e0c-b26f-b000b8919fa9"
}
]